Pdf for UWP
DrawImage(Int32,Int32,Int32[],Rect,Rect) メソッド

C1.UWP.Pdf アセンブリ > C1.Xaml.Pdf 名前空間 > C1PdfDocument クラス > DrawImage メソッド : DrawImage(Int32,Int32,Int32[],Rect,Rect) メソッド
画像の幅(ピクセル単位)。
画像の高さ(ピクセル単位)。
ARGB 色の配列。
描画画像の位置をページの左上隅からのポイント数で指定する Windows.Foundation.Rect構造体。
ページ内のクリッピング四角形を指定する Windows.Foundation.Rect構造体。このクリッピング四角形の外に画像の一部が描画されることはありません。
指定された ARGB ピクセルを指定された位置に描画し、指定されたクリッピング四角形に合わせて出力を切り詰めます。
シンタックス
'宣言
 
Public Overloads Sub DrawImage( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixels() As System.Integer, _
   ByVal rc As Windows.Foundation.Rect, _
   ByVal rcClip As Windows.Foundation.Rect _
) 
public void DrawImage( 
   System.int width,
   System.int height,
   System.int[] pixels,
   Windows.Foundation.Rect rc,
   Windows.Foundation.Rect rcClip
)

パラメータ

width
画像の幅(ピクセル単位)。
height
画像の高さ(ピクセル単位)。
pixels
ARGB 色の配列。
rc
描画画像の位置をページの左上隅からのポイント数で指定する Windows.Foundation.Rect構造体。
rcClip
ページ内のクリッピング四角形を指定する Windows.Foundation.Rect構造体。このクリッピング四角形の外に画像の一部が描画されることはありません。
参照

C1PdfDocument クラス
C1PdfDocument メンバ
オーバーロード一覧